home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Mark Pilgrim
/
Kant Generator Pro 1.0.1
/
source
/
Shell ƒ
/
util.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-30
|
237 b
|
6 lines
|
[
TEXT/MMCC
]
#define Mymemcpy(a,b,c) BlockMove(b, a, c);
void Mymemset(Ptr output, unsigned char value, unsigned long len);
Boolean Mymemcompare(Ptr thisThing, Ptr thatThing, unsigned long len);
void AppendStr255(Str255 theStr, Str255 appendStr);